Part Number Hot Search : 
XC2VP100 F1007 2A120 ES1PD S1501 PD075 BSP42 AN2050
Product Description
Full Text Search
 

To Download AN863 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  AN863/1096 1/21 application note improved sensorless control with the st62 mcu for universal motor j. nicolai, a. bailly, t. castagnet the universal motor is today the most widely used motor in home appliances (vacuum cleaner, washer, hand tool, food processor...). three modes of operation exist: in many cases, it is directly connected to the mains, without any speed adjustment. more and more, however, the decreasing cost of electronics allows to include an adjustable speed drive in the appliance. the control can be open loop or closed loop: in open loop mode, the speed is adjusted by the user but not regulated: it decreases when the load increases. this is the case in many vacuum cleaners for example. in closed loop mode, the speed is regulated. this mode is used when the speed must be accurately kept at a given value, in washers for example. this mode requires to add a speed sensor on the motor shaft. such a sensor is usually a tacho generator or magnet sensor. the drawbacks of the speed sensor are many, but all boil down to higher cost and lower re- liability, not to mention the extra bulk needed to accommodate the sensor inside the plastic housing of a drill for example. this document describes a speed regulator without sensor: the speed sensing is performed indirectly by the st6220, low-cost 8-bit microcontroller, measuring the motor current. perform- ance results are given, which are in line with the need of many home appliances. 1
2/21 improved sensorless control with the st62 mcu for universal motor 1 universal motor principles the universal motor can be driven in ac or dc mode. figure 1 shows the two most popular variable speed drive principles. the goal is to adjust the voltage seen by the motor in order to adjust its speed. in ac mode, the motor voltage is adjusted by var- ying the firing delay of a triac. this is done with a diac, resistor and capacitor when lowest cost is desired, and with an 8 bit micro-controller when higher performance and added features are desired, such as user interface or monitoring [1]. the switch is usually a triac, the cheapest power switch. in dc mode, the motor is supplied by a high frequency pulse width modulated (pwm) dc voltage. the voltage seen by the motor is proportional to the pwm duty cycle, which can be adjusted to modify the speed. the power switch used to chop the dc voltage at high frequency is a power mos or an igbt. the dc mode has several ad- vantages versus the ac mode (less acoustic noise, higher efficiency, lower har- monics content, all due to lower current ripple, as is shown in figure 1). however, in low cost appliances, the ac mode still dominates due to its lower cost (no rectifier bridge, no fast diode, triac cheaper than igbt or mos). this is the mode we will focus on in the next pages. the universal motor is a serial excitation motor. therefore, the motoring torque is pro- portional to the square of the motor current: tm = k. i the mechanical power is the product of the torque by the speed: p=tm . w if we assume 100% efficiency, the mechanical power equals the electrical power v.i input to the motor. it follows that the speed is proportional to v/i: w = k'. v / i (v and i are average voltage and current over a mains period). the first consequence is that the motor speed is proportional to the average motor voltage. at constant speed, the resistive torque tr is equal to the motoring torque tm. it comes from the previous equations that the speed is given by: w= k.v / . this equation shows that when the resistive load torque increases at a given voltage, the motor speed will decrease, hence the need for speed regulation. this regulation can be performed by adjusting the average voltage v. tr
3/21 improved sensorless control with the st62 mcu for universal motor figure 1. universal motor variable speed drive: ac versus dc mode ac: phase control dc: pwm control t vmotor imotor t vmotor imotor m m
4/21 improved sensorless control with the st62 mcu for universal motor 2 sensorless regulation principle the above equations were first order equations, assuming dc operation, or average values for voltage and current. the real, instantaneous equation is the following: while the triac is off: i=0 while the triac is on (after firing time td, and until current comes back to zero; see figure 2): v = e + z.i with: e = back electromotive force (bemf) = k. w .i z= motor impedance = r + j.l. w k = constant dependent upon motor characteristics w = motor speed i = instantaneous motor current v = instantaneous motor voltage l = motor inductance r = winding resistance w = mains frequency v = (k. w +r)i+j.l. w .i figure 2. first order model (resistive only): constant speed, variable load in the time domain, v(t) is the mains voltage: v(t) = v0 .sin w t(v 0 = mains peak voltage). vmains imotor t 0 td i(t0)
5/21 improved sensorless control with the st62 mcu for universal motor at first order, we will neglect the inductive term j.l. w. this yields: i(t) = k. w +r. the universal motor behaves as a speed-dependent resistor of value k. w +r. as w and r do not change very quickly, and v is known, measuring i at a specific time within the mains period (example: at time t0 in figure 2) gives an image of the motor speed: w = (v0 / k. i(t0)) sin w t0 - r / k. therefore if we want to keep the speed at a fixed value w0 , we need to keep i(t0) at a corresponding fixed value i0 : i0 = v0 .sin w t0 / (k. w0 +r) in practice, each mains period, the micro-controller measures the current at time t0 with its internal analog to digital converter. then, the current error i(t0) - i0 is calcu- lated, and the micro executes the speed regulation algorithm, which results in a new firing delay td. this delay is used to fire the triac on the next mains period. it is counted by the micro controller internal timer. the delay is measured starting from the mains voltage zero-crossing. figure 3. measured current in a real motor (resistive and inductive): constant speed, variable load (1: lowest load, 3: highest load) if we now consider the real universal motor, including the inductive term j.l. w ,we can apply the same method. figure 3 shows the current and mains voltage for a real motor. on this figure, while the load is modified, the speed is kept constant by modi- vmains imotor t 0 1 2 3
6/21 improved sensorless control with the st62 mcu for universal motor fying the triac firing delay. moving from figure 2 to figure 3, we can see two effects of the inductive term. first effect: at triac turn-on, the motor current does not exhibit a discontinuity, but changes gradually from 0 to a finite value. second effect: at mains voltage zero crossing, the motor current does not reach zero immediately, but keeps trailing for a few milliseconds. this trailing gives us more freedom to chose the meas- urement time t0 . we can even chose the zero crossing instant, which is the easiest time for the micro-controller (no need to measure time t0 with the timer, we can use the mains zero-crossing as an interrupt to the micro, which is necessary anyway for other matters). this is illustrated in figure 3, where the arrow shows that the current is constant at the zero-crossing time while the motor load changes, provided that the speed is kept constant by adjustment of the firing delay td. for a detailed mathemat- ical discussion, see annex 1. to summarize, if we want to regulate the speed at a pre-defined set speed, for ex- ample 1000 rpm, we must measure the instantaneous motor current on every mains period at the same time t0 (for example, on every mains voltage zero crossing fol- lowing the positive half-cycle), and maintain this measured current at a fixed set cur- rent, 1 ampere for example. for a different set speed, 2000 rpm, we need to regulate the current around a different value, 0.5 ampere for example (note that a lower cur- rent corresponds to a higher speed). the regulation is performed by adjustment of the triac firing delay td. the above described method gives very good results at medium and high speeds. at very low speeds, we have a second order effect coming into the picture: figure 4 is identical to figure 3, except for the presence of a fourth current curve, corre- sponding to a very large firing delay td (this corresponds to a very low speed, com- bined with a low load). we can see on this fourth curve that the current at time t0 is smaller than i0, current of the other 3 curves at this time. this effect is described in detail in annex 1. we have two solutions to cope with it. the simplest one is to limit the maximum firing delay (below values in the range of 7 ms, depending on the motor type). this means limiting the minimum speed which can be regulated. if the applica- tion cannot tolerate this reduction in its speed dynamic range, a second and more complex solution is to compensate this current measurement distortion, by means of look-up tables memorized in the micro-controller memory. when the current i(t0) is measured, if td is larger than a limit value (7 ms for example), i(t0) is increased by a compensation value extracted from a memory table before it is used to calculate the current error. this value is a function of the triac firing delay td, and is determined ex- perimentally by characterizing the motor. the regulation system is not very sensitive to this value, so it is enough to characterize one motor of a given type, it is not neces-
7/21 improved sensorless control with the st62 mcu for universal motor sary to characterize each individual motor. annex 2 describes how to determine this compensation table. figure 4. measured current at constant speed (for very large firing delays, current at time t0 is lower than set current)
8/21 improved sensorless control with the st62 mcu for universal motor 3 implementation figure 5 gives a schematic of the sensorless motor drive. the heart of the system is the micro-controller, the st6220, a low cost 8-bit general purpose micro. it is supplied directly from the mains by the capacitive supply made of components r2/c1/c2/c3 and of the two diodes. this is made possible by its low current consumption, in the range of 4 ma. this capacitive supply must be dimensioned to supply the micro, the operational amplifier, and the triac gate during the firing. resistor r1 is the current sense resistor, it is only 0.22 ohm in order to keep the losses as low as possible (in this example, the motor is a 500 watts type). for this reason, an operational amplifier is needed in order to provide the micro-controller analog-to-digital converter input (pin pb1) with a large enough voltage. as this analog-to-digital converter (adc) is an 8 bit type, its resolution (minimum voltage step discernible at its input) is around 20 mv when the micro is supplied from 5 volts. the larger the voltage on the adc input, which is the op-amp output after some noise filtering by r6 and c5, the better the res- olution on measured current i(t0), which will be used latter in the speed regulation al- gorithm. a value around 1 volt is a reasonable compromise. the op-amp must be a rail-to-rail type, at the output and inputs as well: for the input, the voltage measured on the sense resistor is very low, and referred to the positive supply vdd. the output should be able to swing from the micro-controller ground level to its vdd level, which are the same as for the op-amp itself, in order to make full usage of the adc dynamic range. two noise filters (r10/c4 and r6/c5) are provided to remove brush noise from the motor current signal, before it is measured by the internal adc. depending on the motor, and with careful design, it is possible to do with only one filter. resistors r3, r4 and capacitor c6 are used to shape the mains voltage before sending it to the micro input pin pb0. this digital signal, which shows an edge at each zero-crossing of the mains (positive or negative edge depending on the half-cycle sign), interrupts the micro-controller program to signal the zero-crossing. it is used to synchronize the triac firing with the mains, and to trigger the adc reading in order to acquire the current value i(t0).
9/21 improved sensorless control with the st62 mcu for universal motor figure 5. a low cost 8-bit micro-controller st6220, a rail-to-rail operational amplifier ts912, a triac and a small value sense resistor make the heart of this sensorless speed regulated drive the triac is controlled by pins pa0/pa1/pa2 of the micro. they are in parallel in order to get enough current to trigger the triac. the 100 ohm resistor r11 limits the current in the triac gate. two push-buttons are provided on pins pb5 and pb6 of the micro for the user inter- face. pushing one speeds up the motor, pushing the other slows it down. alterna- tively, it is possible to replace this push-button interface by a potentiometer r8, which could be measured by the internal adc. both are shown on figure 5, buttons and po- tentiometer, but the attached software only implements the push-buttons. finally, figure 5 shows an output of the micro-controller labeled rs232 (together with the vdd supply). in the attached software, some routines are provided to help in the application development and motor characterization. they allow to connect the motor control board to the serial port com1 of a personal computer. while the motor is run- ning, the personal computer displays in a graphical form motor data such as meas- ured current and firing delay, allowing easy interpretation and measurement. of course, it is necessary to use opto-isolated components to connect the computer to the motor drive. this connection to a personal computer is described in annex 3. btb 08 600 cw 470 uf 10v 5.6v 8 mhz 2x33pf vdd timer oscin oscout nmi test nreset pb7 pb6 pb5 vss pa0 pa1 pa2 pa3 pb0 pb1 pb2 pb3 pb4 st6220 hwd vdd rs232 390 0.5w 0.1uf fuse 220 v zero cross. 0.22u 1k 22 k 750 2.2 k ts912ai 6 5 8 4 7 2.7 k 68 n 22 k 220k 1n4148 470 nf 400v motor 0.22 / 3 w 47k 1nf r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 c1 c2 c3 c4 c5 c6 100 vdd
10/21 improved sensorless control with the st62 mcu for universal motor 4 software description figure 6 illustrates the micro-controller program operation. the program consists of a loop synchronized on the mains zero-crossing (z.c.). each zero-crossing causes an interrupt on pin pb0 of the micro. in case of a positive half-cycle, the motor current i(t0) is measured and saved into variable it0 for latter use. then, in both cases (posi- tive and negative half-cycle), the micro uses the timer to wait an amount of time td x 48 m s, after which it fires the triac with pins pa0,pa1,pa2 (48 m s is the chosen timer step). three pins are used in order to supply up to 3 x 20ma to the triac gate. the timer is used again to keep the gate activated during 400 m s (tgate x 48 m s). after the end of the triac gate activation, two tasks remain to accomplish: in the positive half-cycle, the micro reads the push-buttons (or potentiometer) to check the user speed demand; in the negative half-cycle, the regulation algorithm is executed, re- sulting in the calculation of a new value for td, to be applied on next mains cycle. when this is done, the micro returns to wait mode until the next zero-crossing inter- rupt happens. ? regulation algorithm: proportional-integral regulation this algorithm is contained within the subroutines aregulo and apio. its input is the var- iable it0 (current measured at zero-crossing), and its output the triac firing delay td (each unit corresponds to 48 m s delay). the variable it0 is first increased by a com- pensation value extracted from a memory table before it is used to calculate the cur- rent error. this value is a function of the triac firing delay td. the current error, i_err, is then obtained by subtracting the current demand icalc0, which depends only upon the user speed demand. the micro then calculates the proportional and integral terms of the proportional-integral algorithm: they are simply the current error i_err multiplied by constants (kp and ki). in the attached example, kp = 1/4 and ki = 1/32, but these coefficients must be adjusted for a given motor type. they dictate the tran- sient behavior of the regulation. as there is no multiplication instruction in st6 micro controllers, it is chosen to multiply or divide only by powers of two (1/4, 1/32, 1/8...) as this is fast and easy to perform by software. subroutines for multiplication by 1/4, 1/8, 1/16, 1/32, 1/64 are given in the program. in practice, this restriction is not a problem, as the transient performance is not very sensitive to these coefficients.
11/21 improved sensorless control with the st62 mcu for universal motor if we note with index (n) the variables related to the nth mains cycle, the complete pi (proportional-integral) algorithm can be expressed by: i_err(n) = it0(n-1) + table(td(n-1)) - icalc0 sum(n) = sum(n-1) + ki * i_err(n) td(n) = vitmin - [ sum(n) + kp * i_err(n) ] table(td(n-1)) is the current compensation coefficient extracted from the table, and as- sociated to the corresponding value of the firing delay td, td(n-1). sum(n) is the integral term, and kp * i_err(n) the proportional term. vitmin is a con- stant equal to the maximum firing delay (150 x 48 m s = 7.2 ms in the example). this is expressed in the program by: i_err <- it0 + table(td) - icalc0 sum <- sum_old + ki * i_err temp1 <- sum + kp * i_err td <- vitmin - temp1 sum_old <- sum
12/21 improved sensorless control with the st62 mcu for universal motor figure 6. the program is a loop synchronized on the mains zero crossing (z.c.). it is identical on both half-cycles, except for the i(t0) current measurement, regulation subroutine and speed demand subroutine the adaptation of the program to a specific motor type can be done by adjusting the coefficients ki and kp, and the contents of compensation table table(td). the table is necessary only for the largest firing delays (slow speed). the slower the motor should be able to run, the more attention should be given to the elaboration of this table. the proportional coefficient kp adjusts how strongly the system reacts to a speed error: the larger this coefficient, the faster the reaction to load change, but if this term becomes too large, some instability may occur. the integral coefficient ki adjusts the transient settling time when the load changes: the larger ki, the faster the settling time, but again, instability may occur if this coefficient becomes too large. trial and error is the best way to find the best compromises. the latest detail which must be mentioned in the program is the operational amplifier gain adjust. at high speed, current it0 becomes very small; if we want to measure it with a reasonable accuracy, we must amplify it even more than in case of low speed. this is why the op-amp is fitted with a dual gain scheme, with help of resistor r5, con- nected to vdd or left open by the micro pins pb2/pb3/pb4. the op-amp gain is set to 10 for the low speed range, 40 for the high speed range. this gain setting is man- aged in subroutine aspeedo, which also checks for user speed demand.
13/21 improved sensorless control with the st62 mcu for universal motor 5 regulation performance figures 7, 8, 9 show the regulation performance at three speeds typical of a drill. the horizontal axis shows the motor rms current, which is proportional to the load. the first two figures show reasonable performance: speed is kept constant within +- 10%. the last figure, corresponding to a very low speed of 400 rpm, shows a speed in- crease when the load increases. this can be improved somewhat by fine tuning the compensation table. creating a different table for each set speed would also improve the performance for a given set speed (for example, one table for set speeds 400-600 rpm, one for 600-900 rpm, one for 900-1300 rpm, etc... the example program pro- vides only one table for the whole speed range). however, it should be noted that the difficulty to find the best compromises increases considerably when we want to regu- late the motor at slower and slower speeds. this is easy to understand conceptually, as the quantity that we actually measure and regulate is k. w + r. when we move to- wards slower speeds, the relative importance of the term k. w compared to the resis- tive term r becomes smaller and smaller. also, at very low speeds, friction becomes predominant. this limits the usefulness of the system to moderate speed range appli- cations. 6 conclusion this document showed how to regulate the universal motor speed without speed sensor, with the help of a low cost micro controller. the price to pay is some accuracy loss in the speed regulation, in the order of 10%. in most home appliance applica- tions, such speed variation with varying load is fully acceptable. when the micro in- vestment has been made, it is a good idea to make use of its inherent benefits, flexi- bility, ease of customization, fast time to market. in a washing machine for example, the micro can also be used to generate the speed ramps and washing / rinsing se- quences, and control the unbalance; in a drill, it can be used to control or limit the torque. in the long term, the universal motor should be replaced more and more by brushless oelectronico motors, such as the dc permanent magnet brushless, or the switched reluctance motor, due to their higher efficiency and dynamic performances. however, cost reductions such as the one described in this document should allow the universal motor to compete successfully for many years in the most cost sensitive applications.
14/21 improved sensorless control with the st62 mcu for universal motor figures 7, 8, 9. speed regulation performance (with and without regulation) for set speeds of 1700, 950 and 400 rpm on a 500w drill. speeds are measured after reduction, on the tool shaft 01234 0 500 1000 1500 2000 speed (rpm) rms motor current (a) without regula tion with regula tion 0123456 0 100 200 300 400 500 600 700 speed (rpm) rms motor current (a) without regulation with regulation 012345 0 200 400 600 800 1000 1200 speed (rpm) rms motor current (a) without regulation with regulation
15/21 improved sensorless control with the st62 mcu for universal motor 7 references [1] power control with triacs and st6210 mcu an392 - p. rabier and l. perier (sgs-thomson microelectronics) [2] digital control for brush dc motor t. castagnet and j. nicolai (sgs-thomson microelectronics) pcim nuremberg, june 93 [3] sensorless motor drive with the st62 mcu + triac an416 - t. castagnet (sgs-thomson microelectronics) 8 annex annex 1 motor current calculation the motor voltage equation is: v(t) = (k. w + r) i(t) + l di/dt v(t) = 0 while the triac is off (before turn on at time td, and after the turn off caused by the motor current reaching 0) v(t) = v0 .sin w t while the triac is on the solution to the differential equation is: i(t) = 0 while the triac is off while the triac is on: if we neglect the inductance l: i(t) = v0 sin w t / (k. w +r) if we do not neglect the inductance: i(t) = - exp(-a(t-t d )/l) [ b sin w t d +ccos w t d ] + b sin w t+ccos w t with: a=k. w +r b=av0/(a + l w ) c=-l w v0 / (a + l w ) td = triac firing delay measured from mains zero-crossing figure 10 is a plot of i(t0) versus td at constant speed. modifying the speed parameter generates a family of curves. in figure 11, t0 equals 10 ms: the current i(t0) is meas- ured at the mains voltage zero crossing. figure 11 is a plot of i(t) versus t at constant speed. modifying the parameter td (triac firing delay) generates a family of curves
16/21 improved sensorless control with the st62 mcu for universal motor figure 10. calculated current versus time at constant speed for various triac firing delays (resistive and inductive model). current at t0 is constant, except at the largest firing delay td of 9 ms. figure 11. calculated current at mains zero crossing versus firing delay for various speeds. for speeds larger than 600 rpm and firing delays smaller than 7 ms, this current depends only upon speed.
17/21 improved sensorless control with the st62 mcu for universal motor annex 2 creating the current compensation table a second assembly program is provided, namedcaract.asm. it must be used in place of aregul.asmo. its purpose is to allow characterization of the motor in order to create the table. contrary to aregul.asmo, it does not perform any regulation, but instead fires the triac at a constant delay td which can be adjusted through the whole range (vitmax to vitmin) by means of the two push buttons. at the same time, the rs232 connection allows to measure the present values for td (firing delay) and it0 (meas- ured current at zero crossing), as explained in annex 3. the procedure to follow is de- scribed below: select the desired speed for which the table must be optimized. figure 12 gives an example (600 rpm) of the shape that current it0 has while td is varied. this curve is in fact one of the curves family in figure 12 of annex 1. this speed is obtained with no load by adjusting td with the push-buttons. the rs232 connection allows to measure and record td and it0 when the desired speed is obtained. add a small constant load on the motor shaft. the speed naturally decreases. then decrease the firing delay td with the push buttons until the speed is back to 600 rpm. at this time, record td and it0. increase slightly the load. decrease td to come back to 600 rpm. record again td and it0. keep increasing the load until td reaches the minimum allowed, and record a few couples (td,it0). if you make a graph of the couples (td,it0) with td in abscissa, you will obtain a curve similar to the one in figure 12. subtracting the current value for small td, approxi- mately 80 in figure 12, will give the values for the look-up table: the table coeffi- cients are zero for td = 0 to 4ms, then increase regularly up to approximately 22 for td = 8ms. (note that, for the vertical axis, the values given are not amperes, but reg- ister values output by the adc converter. they can be related to the actual current by taking account that the adc value changes by one unit for 20 mv voltage change at its input pb1: when the input is maximum, 5 volts, the adc value is 255). in the example of figure 12, the table will look similar to the following: td (ms) 0 1 2 3 4 5 5.5 6 6.5 7 7.5 8 coefficient 0 0 0 0 0 3 4 7 10 15 18 22
18/21 improved sensorless control with the st62 mcu for universal motor figure 12. variation of the current at zero-crossing it0 versus firing delay td at 600 rpm, while the load is varying. the cross-hatched area is not allowed, as friction keeps the motor stalled for very large firing delays. the set of vertical lines is a graphic representation of the table contents.
19/21 improved sensorless control with the st62 mcu for universal motor annex 3 monitoring on a pc computer screen in order to monitor various variables during the motor characterization, an rs232 connection is provided in the micro-controller software between the st6 and a per- sonal computer. in the program aregul.asmo, two data bytes are sent to the pc every mains cycle: on negative half-cycles, the measured current it0 is sent, and on positive half-cycles, the calculated firing delay td is sent. the instructions used to send this data are the following: for the it0 byte: ld a,it0 call rs232 and for the td byte: ld a,td call rs232 when it is called, the rs232 subroutine sends at 19200 bauds on port pin pa3 the data byte contained in the accumulator. this takes approximately 0.5 ms. replacing it0 or td by another register or ram variable allows to send any intermediate calcula- tion result or variable (coefficient from look-up table, proportional term, integral term, current error...). to connect the pa3 and vdd micro-controller pins to the pc require a level amplification (to boost the signal level from 0-5 volts to -5 / +5 volts) performed by a maxim max232 circuit, and galvanic isolation, performed by an optocoupler (see figure 13). the 9-pin connector must be connected to the com1 serial port of the pc. on the pc side, two executable programs are provided: number.exe and visu.exe. number.exe, executed on the pc while the motor is running, displays on the screen two rows of data in decimal format representing the evolution in time of the re- ceived data it0 and td. the two rows scroll down the screen, and at the same time are stored in a text file named number.prn. hitting any key stops the program execu- tion. the data file number.prn remains, available for latter use. it can be imported into a spreadsheet program for example, to visualize the curves representing in time domain the evolution of it0 and td. program visu.exe, on the other hand, allow to display graphically in real time the time domain evolution of it0 and td. the attached file egavga.bgi must be present in the same directory, and the pc must have a vga (or better) screen, as the graphic is displayed in 640x480 pixels resolution. hitting any key (except aeo) stops tempo- rarily the curves drawing, so the user can pause to examine a detail of the display.
20/21 improved sensorless control with the st62 mcu for universal motor hitting afterwards any key (except aeo) will resume normal operation. hitting key amo twice stores the data presently displayed on the screen in a text file named visu.prn under the same format as number.prn, for latter use. hitting key aeo terminates the program execution. figure 14 is an example of a file visu.prn im- ported into a spreadsheet program. this is also what is displayed on the pc screen in real time while the motor is running, and the program visu.exe is executing. figure 13. connection motor control board - personal computer by rs232 serial link. the db9 connector must be connected to the com 1 serial port of the computer. figure 14. measured data as displayed on the pc screen. the horizontal axis represents 640 points, taken every 20 ms, for a total of 12.8 seconds. the curves show the regulation response to a load step.
21/21 improved sensorless control with the st62 mcu for universal motor notes: information furnished is believed to be accurate and reliable. however, sgs-thomson microelectronics assumes no responsibility for the consequences of use of such information nor for any infringement of patents or other rights of third parties which may result from its use. no license is granted by implication or otherwise under any patent or patent rights of sgs-thomson microelectronics. specifications mentioned in this publication are subject to change without notice. this publication supersedes and replaces all information previously supplied. sgs-tho mson microelectronics products are not authorized for use as critical components in life support devices or systems without the express written approval of sgs-tho mson microelectronics. ? 1996 sgs-thomson microelectronics - all rights reserved. purchase of i 2 c components by sgs-tho mson microelectronics conveys a license under the philips i 2 c patent. rights to use these components in an i 2 c system is granted provided that the system conforms to the i 2 c standard specification as defined by philips. sgs-thomson microelectronics group of companies australia - brazil - canada - china - france - germany - hong kong - italy - japan - korea - malaysia - malta - morocco - the netherlands singapore - spain - sweden - switzerland - taiwan - thailand - united kingdom - u.s.a.


▲Up To Search▲   

 
Price & Availability of AN863

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X